Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Runtime Invocation Functions /


JMSetProxyInfo

Sets the proxy information for an existing session.

OSStatus JMSetProxyInfo (
                     JMSessionRef session, 
                     JMProxyType type, 
                     const JMProxyInfo* proxyInfo);
session
The session whose proxy information you wish to set.
type
The type of proxy you want to query. See "Session Security Indicators" for a list of possible values to pass.
proxyInfo
A pointer to a proxy information structure containing the proxy information to set. For more information, see "Proxy Server Options".
function result
A result code; see "JManager Result Codes".
DISCUSSION
You may specify different proxy servers for HTTP, firewall, and FTP access.

SEE ALSO
The JMGetProxyInfo function.

"Specifying Proxy Servers".


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997